Skip to main content

TsgSHXRecord

Unit:SHX

Description

Represents SHX font parameters.

ValueDescription
ShapeNumbernumber of shape
DefBytesnumber of data bytes in shape, 2000 max
ShapeNamepointer to shape name
BytesPosposition of ShapeBytes in the file
ShapePolyvertexes list of shape
ShapePolyVertvertexes list of shape for vertical text

Syntax

type TsgSHXRecord = record
ShapeNumber: Word;
DefBytes: Word;
ShapeName: string;
BytesPos: Cardinal;
ShapeBytes: PAnsiChar;
ShapePoly: TList;
ShapePolyVert: TList;
Xoff, Yoff, Scaleoff: Double;
FirstDown, LastDown: Double;
Top, Bottom: Double;
end;